.newsroom .text p {
    color: #4f2170;
}

.newsroom .text p:hover, .newsroom .text p:active {
    color: #CB4E0B;
    text-decoration: underline;
}

.headline-mobile {
  display: none;
}

@media (max-width: 767.98px) {
  .headline-dsk {
    display: none;
  }
  .headline-mobile {
    display: block;
  }
.hero .col-12 h2 {
  max-width: 100%;
  }
}